This one is a bug in Hilfe:
sscanf("abc"[0..2],"%s",s);
Compiler Error: 1: syntax error, unexpected TOK_DOT_DOT Compiler Error: 1: syntax error, unexpected ']', expecting ',' or ')' Compiler Error: 1: syntax error, unexpected TOK_NUMBER Compiler Error: 1: Missing ']'. Compiler Error: 1: syntax error, unexpected ']', expecting TOK_LEX_EOF or ';'
Fixed.