Implemented extern functions
This commit is contained in:
@ -13,6 +13,8 @@ var (
|
||||
)
|
||||
|
||||
var (
|
||||
Bool = Int
|
||||
Int = Int64
|
||||
Float = Float64
|
||||
UInt = Int
|
||||
)
|
||||
|
Reference in New Issue
Block a user