Anonymous | Login | 2024-12-21 19:13 MSK |
Main | My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000028 | Sanny Builder | [All Projects] compiler | public | 2014-07-03 07:52 | 2014-07-05 17:43 | ||||
Reporter | Junior_Djjr | ||||||||
Assigned To | Seemann | ||||||||
Priority | high | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 3.2.1 | ||||||||
Target Version | Fixed in Version | 3.2.2 | |||||||
Summary | 0000028: the use of for-to make var-end don't work | ||||||||
Description | someone probably already noticed / reported that, anyway I think it's great this bug be fixed because it frequently disrupts //------- ERROR: {$cleo} var 1@ : float 2@ : float end for 1@ = 0.0 to 10.0 step 1.0 end 2@ = 1@ //error here //////////// //------- WORKS: {$cleo} var 1@ : float 2@ : float end for 3@ = 0.0 to 10.0 step 1.0 end 2@ = 1@ //////////// //------- WORKS: {$cleo} var 1@ : float 2@ : float end 2@ = 1@ //////////// //------- WORKS: {$cleo} for 3@ = 0.0 to 10.0 step 1.0 end var 1@ : float 2@ : float end 2@ = 1@ //////////// ---------- btw: the use of a const in for-to don't works too btw²: language "Português (Brasil)" with flag of "Portugal" instead Brazil :P lol | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | gta-sa-mod-8 - Cópia.jpg [^] (39,803 bytes) 2014-07-03 07:52
| ||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2014-07-03 07:52 | Junior_Djjr | New Issue | |
2014-07-03 07:52 | Junior_Djjr | Status | new => assigned |
2014-07-03 07:52 | Junior_Djjr | Assigned To | => Seemann |
2014-07-03 07:52 | Junior_Djjr | File Added: gta-sa-mod-8 - Cópia.jpg | |
2014-07-05 14:36 | Seemann | Status | assigned => confirmed |
2014-07-05 17:43 | Seemann | Status | confirmed => resolved |
2014-07-05 17:43 | Seemann | Fixed in Version | => 3.2.2 |
2014-07-05 17:43 | Seemann | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |