so... jai :D
This commit is contained in:
12
examples/12-meta.sx
Normal file
12
examples/12-meta.sx
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "modules/std.sx";
|
||||
#import "modules/math.sx";
|
||||
|
||||
main :: () {
|
||||
x:Type = f64;
|
||||
v:f64 = 3.2;
|
||||
print("{}\n", x);
|
||||
print("{}\n", v);
|
||||
|
||||
x= Vec4;
|
||||
print("{}\n", x);
|
||||
}
|
||||
Reference in New Issue
Block a user