[BUG] Repaired types on some parameters.
[FEAT] Implemented struct, still testing. [FEAT] Implemented var, still testing.
This commit is contained in:
@@ -118,7 +118,7 @@ static void tkn_do_next() {
|
||||
if (CCHR == '%') { NEXT; current_token = TOKEN_MOD; return; }
|
||||
if (CCHR == 39) { NEXT; current_token = TOKEN_REM; while (CCHR != 0 && CCHR != 10) { NEXT; }; return; }
|
||||
|
||||
// Per a agafar numeros en hexadecimal o binari, heretat de PaCO, no se si li fa falta a JailScript
|
||||
// Per a agafar numeros en hexadecimal o binari, heretat de PaCO, no se si li fa falta a JailBasic
|
||||
/*if (CCHR == '&') {
|
||||
NEXT;
|
||||
if ((CCHR | 32) == 'h') {
|
||||
|
||||
Reference in New Issue
Block a user