User talk:DoubleAW/Programming/MakeUp

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

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[edit]

Object Oriented

Declarations[edit]

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