Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable characters
#5
In the SICK interpreter the following triple operators exist:

Code: (Select All)
Triple variable assignment operators:

  +++  increment variable by one.
  ---  decrement variable by one.
  !!=  assign not value, for example: x!!=10
  &&=  assign and value
  ||=  assign or value
  ++=  assign addition value
  --=  assign negative value
  **=  assign multiple value
  //=  assign division value
  \\=  assign integer division value
  ^^=  assign power value
  ^+=  exponentiate value
  ^-=  exponentiate negative value
  <<=  shift left by multiples of 2
  >>=  shift right by multiples of 2
Reply


Messages In This Thread
Variable characters - by eoredson - 10-17-2024, 05:47 AM
RE: Variable characters - by SMcNeill - 10-17-2024, 06:26 AM
RE: Variable characters - by eoredson - 10-17-2024, 09:20 PM
RE: Variable characters - by eoredson - 10-19-2024, 01:02 AM
RE: Variable characters - by eoredson - 10-19-2024, 03:23 AM
RE: Variable characters - by SMcNeill - 10-19-2024, 03:45 AM
RE: Variable characters - by eoredson - 10-21-2024, 02:43 AM
RE: Variable characters - by eoredson - 10-21-2024, 02:55 AM



Users browsing this thread: 2 Guest(s)