ModularM
Modular3y ago
2 replies
roopesh puthalath

Printing the type of a variable in Mojo

is there a way to print the variable type in mojo?
var state = open_file_explorer()
print(type(state))
Was this page helpful?