Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
numeric_literals [2019/05/27 21:27] – [Data types] neilsnumeric_literals [2019/06/27 07:35] neils
Line 33: Line 33:
   let hexa    = $d020   let hexa    = $d020
   let binary  = %10010011   let binary  = %10010011
 +  
 +  ~~DISCUSSION~~