2014-11-07 12:33:35 +11:00

6 lines
87 B
JavaScript

if (cond)
// Leading to if-block
{
print("hello");
} // Trailing to if-block