vishapoberon / compiler

vishap oberon compiler
http://oberon.vishap.am
GNU General Public License v3.0
186 stars 25 forks source link

optimization #17

Closed norayr closed 8 years ago

norayr commented 8 years ago

WHILE (LEN(str)#0) DO

compiles to

while (1)

norayr commented 8 years ago

that's okay.

use Strings.Length instead.