mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
new gg/freetype modules with sokol/fontstash backends
This commit is contained in:
@@ -69,5 +69,15 @@ fn end() {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
fn bool_array() {
|
||||
a := [true, false]
|
||||
b := a[0]
|
||||
if b {
|
||||
println('ok')
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
fn main() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user