0 Members and 1 Guest are viewing this topic.
if a>b c=3;a=b>3?4:5
if a>b then c=3 end a=b>3 and 4 or 5
Hum, no, I was rather thinking like being able to do : Code: [Select]if a>b c=3;a=b>3?4:5 etc. which would then translate into lua : Code: [Select]if a>b then c=3 end a=b>3 and 4 or 5But meh, I don't really have much time right now :p
I could imagine some trolly rules bending, but in a few more chars than 4 ... so IDK yet
...how? I'm pretty sure it's something like "a();" and there's another files that does the job as well as preprocessor instructions.
something like naming the file with a weird name such that it's actually code and the few chars in the file just call it ? If so, you should make all future challenges comply to the no standards loopholes rules
Oh I know, but that's for the future challenges. You may want to include the link in the rules, it can't hurt.(but a lot of them can't apply for calc languages anyway)