Recent posts:
Recent replies:
Eugene Karataev · Dec 13, 2016
Eugene Karataev · Dec 9, 2016
Yes, no problem:
USER>w $a($lb(123),2) 4 USER>w $a($lb("123"),2) 1 USER>w $a($lb(-123),2) 5 USER>w $a($lb(123.0),2) 6 USER>w $a($lb(-123.0),2) 7
Eugene Karataev · May 1, 2018
Routines are preferable if need to call routine from the other namespace.
Followers:
Eugene has no followers yet.
Following:
Eugene has not followed anybody yet.
Global Masters badges:





Better way - %Library.CompiledClass instead of %Dictionary.ClassDefinition. Cache creates objects by %Library.CompiledClass which ar image of %Dictionary.ClassDefinition on compilation moment.