1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

module aliasing & file import scope

This commit is contained in:
joe-conigliaro
2019-07-12 15:37:54 +10:00
committed by Alexander Medvednikov
parent 56b7c9e35f
commit 9a957ccc18
7 changed files with 108 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
import os
import gl
import gg
import glm
fn cmp(a, b f32) bool {
return int(a * 1000) == int(b * 1000)