Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
tools:chp2prs [2025/10/14 02:52] – [External Constants] karthitools:chp2prs [2025/10/14 02:54] (current) – [Conditionals and Ternaries] karthi
Line 74: Line 74:
  
 <code> <code>
-[ c      -> y:=huge_expensive_computation+[ c    -> y:=huge_expensive_computation
 []else -> y:=0  []else -> y:=0 
 ] ]