User talk:DoubleAW/Programming/MakeUp

Latest comment: 17 years ago by EdBoy002 in topic Type of Language

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