Name:
Anonymous
2014-04-13 0:49
Does anyone here program in FORTH?
Name:
Anonymous
2014-06-04 4:59
>>31http://www.yosefk.com/blog/my-history-with-forth-stack-machines.html``This is supposed to be ameliorated by stack comments:
: DRAW-RECTANGLE ( width height — ) … ;
…tells us that DRAW-RECTANGLE expects to find height at the top of the stack, and width right below it.''