Bugfixes, range(start,end,step), and beginning work on lexer and symbol
This commit is contained in:
@@ -20,6 +20,8 @@ fun main(): int {
|
||||
newWay[5] = 'i'
|
||||
newWay[6] = 'n'
|
||||
io::println(newWay)
|
||||
io::println( string::string("yes") == string::string("yes") )
|
||||
io::println( string::string("no") == string::string("yes") )
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user