mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 17:47:01 +00:00
VSCODE Exstention fix
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
fn helper(x) {
|
||||
return x * 2
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let y = helper(21)
|
||||
println(y)
|
||||
println(unknown_var)
|
||||
}
|
||||
Reference in New Issue
Block a user