User talk:DoubleAW/Programming/MakeUp
Appearance
(Redirected from User talk:EdBoy002/Programming/MakeUp)
This is a subpage of DoubleAW's talk page, where you can send him messages and comments. |
|
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)
- 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)