Content deleted Content added
NathanBeach (talk | contribs) m →Conditional jumps: style |
|||
Line 95:
This ternary operator can also be used (though less commonly) in conditional [[Branch (computer science)|jump]] statements, as in the low-level programming language [[Linoleum (programming language)|Linoleum]]:
? ''logical comparison'' -> ''code label'';
Although the usage and format are different, it
[[Category:Conditional constructs]]
|