Wendicka / Scyndi

Experimental programming language
GNU General Public License v3.0
0 stars 0 forks source link

break out of loops #32

Open Tricky1975 opened 6 years ago

Tricky1975 commented 6 years ago

Translating this by itself is not gonna be hard, since most target languages do have a keyword for this (mostly "break"), the trick lies in the fact that Scyndi should detect if this is indeed within a loop or not to prevent 'target language' errors.