@@ -0,0 +1,25 @@
+
+#Import "<std>"
+#Import "test2"
+Using std..
+Function Test:Int()
+ Return 0
+End
+Function Main:Void()
+ Local pixmap:=New Pixmap( 256,256 )
+ Local x:Int
+ Local y:Int
+ If x<10
+ Local t:=100
+ Else
+ Local t:=20
+ Endif
@@ -1,5 +1,6 @@
Function Test:Int()
Return 0
End