summaryrefslogtreecommitdiff
path: root/code.m
blob: 2c36ce26989fe50058f12cdca44c9249ae9019a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
g64 test = 15;

g32 test2 = 15;

//test = 15;

//g32 test5 = 20;

//{
//    test = 150;
//}