User talk:DoubleAW/Programming/MakeUp

{{Talkheader}}

Derived from a fun thread I found in a text board...

Make your own programming language! Here, let's make up our own language to mess around. You know, being creative, etc.

Type of Language

Object Oriented

=Declarations=

  • Variables and constants
  • I have three for variables. var, $, and #. For constant, I have const, @, and define(). —EdBoy 21:17, 14 August 2006 (UTC)
  • Strings
  • I have some. str(), string, and simply putting quotes in and it'll recognize. —EdBoy 21:17, 14 August 2006 (UTC)
  • Characters
  • Got some. char, char(), or \'A'\ (A being the character). —EdBoy 21:17, 14 August 2006 (UTC)
  • Numbers
  • int() or just the number. —EdBoy 21:17, 14 August 2006 (UTC)
  • Functions
  • func, function, or func(name,{arguments}) would be a little different. —EdBoy 21:17, 14 August 2006 (UTC)