> multimethod
Methods
- >(a:Real, b:Real)
Greater-than comparison
- >(a:Int, b:Int)
Greater-than comparison
- >(a:Str, b:Str) Source: stdlib.ngs:3435
Case sensitive GreaterThan comparison for strings Returns
Bool
- >(a:Path, b:Path) Source: stdlib.ngs:4120
Same as a.path > b.path