Difference between revisions of "PLC Laboratory 1"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Example == | == Example == | ||
* Input | * Input | ||
− | <syntaxhighlight lang="Shell | + | <syntaxhighlight lang="Shell" > |
doubleMe x = x * x | doubleMe x = x * x | ||
Revision as of 11:53, 25 January 2022
Interpreter of Arithmetic Expressions
Example
- Input
doubleMe x = x * x
plus x y = x + y + 'a'
- Output