??? 06/13/07 23:34 Read: times |
#140733 - Language and vocabulary contributions Responding to: ???'s previous message |
Jan Waclawek said:
(the xdata is a nonstandard extension so I cannot comment on that). Right, let's factor that out. Using your example with Erik's new C-like language: char buf1 [48];becomes: buf1 char [48]; And then, if I understand the spirit of the malformations: var buf1: array [0..47] of byte;becomes: var byte: array [0..47] of buf1; For new additions to our vocabulary, we now have:
|