This commit is contained in:
deli73
2014-12-26 17:03:48 +00:00
+8
View File
@@ -8,6 +8,8 @@
#define whilst(what) while((what))
#define when(what) if((what))
#define but and /* for use as in "if(a is b) but not(b is c) " */
#define nor(n) and not(n) /* if(a is b) but not(b is c) nor (c is d) */
#define otherwise else
#define commence {
#define then {
@@ -25,5 +27,11 @@
#define below <
#define let /**/
#define raise(what) (what)++
#define tribute return /* Maybe make this something else */
#define number int
#define number int
#define large long
#define small short
#define phrase(s) String(s) /*Am I doing this part right? I confuse some C++ stuff with Java sometimes*/
#define symbol char