X-Git-Url: https://ocean-lang.org/code/?p=ocean-D;a=blobdiff_plain;f=Ocean-operators;h=12b60e20cf06e5fd043fc77f343d14dbc9fdb8da;hp=8a5fa36cd370f59c7bf9cdd518b8245bcbbd472a;hb=6bf27e5fd35feec3c55c3776c553b81c7d025c70;hpb=83f7f2eae2f646ef67bb024ec50d1a3a4443de04 diff --git a/Ocean-operators b/Ocean-operators index 8a5fa36..12b60e2 100644 --- a/Ocean-operators +++ b/Ocean-operators @@ -67,6 +67,9 @@ What types do operators act one? string ++ < > == etc, regexp? strlen? append? character? add to string? Convert to string? + are << and >> operators on numbers or bitsets? + can I just use "*# or /#" ?? + What about error encoding? e.g. a pointer can have nil or other error encoded A range-limited number could have extra codes outside that range.