8 lines
115 B
V
8 lines
115 B
V
module main
|
|
|
|
fn main() {
|
|
content := "real x = 6.50;"
|
|
println("for string : \"" + content + "\"")
|
|
lex(content)
|
|
}
|