The Dink Network

Reply to Re: New D-Mod: Karel ende Elegast

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 11th 2012, 06:15 PM
anon.gif
shevek
Ghost They/Them
 
Something that's probably still missing in it is the support for loops

No, they work fine. Well, at least I think they do, I didn't test them recently.

I built support for while and for, and while goto still works as well, that will give two big fat warnings if you use it (one for the label and one for the goto).

Another feature that I find very useful is the support for "normal" expressions, like sp_noclip (create_sprite (x + 20, ...), 1);.