13 lines
237 B
Tcl
13 lines
237 B
Tcl
imported := use ./use_import.tm
|
|
|
|
func asdf()->imported.ImportedType:
|
|
return imported.get_value()
|
|
|
|
func main():
|
|
>> [:imported.ImportedType]
|
|
>> asdf()
|
|
= ImportedType(name="Hello")
|
|
|
|
>> imported.needs_initializing
|
|
= 999999999999999999
|