module main fn main() { content := "real x = 6.50;" println("for string : \"" + content + "\"") lex(content) }