Actions
Bug #57
closedINPUT with a string in the middle
Start date:
01/21/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
a$="bb"
Input "test"+a$+":";b$
The input command gives a syntax error. It works in AMOS.
Updated by Baptiste Pillot almost 5 years ago
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/437
- full compile result :
main.aoz:3:12: error: syntax error
Error during compilation
AOZ Transpiler Version 0.9.3.1 - 21/01/2020
By Francois 'Amos' Lionet (c) AOZ Studio 2019
Website: https://aoz.studio
Support the project on Patreon: http://www.patreon.com/francoislionet
---------------------------------------------------------------------
PATH->Z:/home/amos2/compiler/0.9.3.1/languages
Removing directory: /home/amos2/ide/input/tickleman/57/html
Compiling /home/amos2/ide/input/tickleman/57, emulation: PC, speed: fast.
First pass...
main.aoz:3:12: error: syntax error
{}
Task failed, no code generated...
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3.2
Fixed!
Actions