Comment on Bog – small, strongly typed, embeddable languageparentComments−hmry3yWell I can't test it in bog, but TypeScript allows exactly this syntax and it will give you an error like "Property ptint does not exist on type ..."One would imagine that let {print} = import "std.io" is equivalent to let print = (import "std.io").print
Comments
Well I can't test it in bog, but TypeScript allows exactly this syntax and it will give you an error like "Property ptint does not exist on type ..."
One would imagine that
is equivalent to