PLC Laboratory 1

From Marek Běhálek Wiki
Revision as of 11:58, 25 January 2022 by Beh01 (talk | contribs) (→‎Example)
Jump to navigation Jump to search

Interpreter of Arithmetic Expressions

Example

  • Input
doubleMe x = x * x

plus x y  = x + y + 'a'
  • Output
doubleMe x = x * x

plus x y  = x + y + 'a'