![]() |
|
1.8.1 error unexpected token 'ELSEIF' - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Help & Support (https://forum.boriel.com/forumdisplay.php?fid=16) +---- Thread: 1.8.1 error unexpected token 'ELSEIF' (/showthread.php?tid=838) |
1.8.1 error unexpected token 'ELSEIF' - ximokom - 2018-02-07 Estaba compilando correctamente con la version estable 1.7.2 y al actualizar a la version 1.8.1 en desarrollo me sale esto: Alguna idea? Was compiling correctly with the stable version 1.7.2 and update to the version 1.8.1 in development I get this: any idea? if n=0 then c="\a" elseif n=1 then c="\{i6}\b" -->error unexpected token 'ELSEIF' elseif n=2 then c="\{i2}\c" end if Re: 1.8.1 error unexpected token 'ELSEIF' - LCD - 2018-02-08 Have you tried with newlines? Code: if n=0 thenRe: 1.8.1 error unexpected token 'ELSEIF' - boriel - 2018-02-22 True. "ELSEIF" requires newlines.
|