Made a few possible additions

Please correct any errors I may have made, I'm a bit of a noob with C/C++
pull/1/head
deli73 9 years ago
parent 90042d221d
commit 06e7116b6a
  1. 8
      devel/lib/yeolde.h

@ -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

Loading…
Cancel
Save