User bio
404 bio not found
Member since Nov 24, 2016
Posts:
Replies:
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
Routines are preferable if need to call routine from the other namespace.
Certifications & Credly badges:
Eugene has no Certifications & Credly badges yet.
Global Masters badges:





Followers:
Eugene has no followers yet.
Following:
Eugene has not followed anybody yet.
Better way - %Library.CompiledClass instead of %Dictionary.ClassDefinition. Cache creates objects by %Library.CompiledClass which ar image of %Dictionary.ClassDefinition on compilation moment.