2015-10-05 16:37:37 +01:00

6 lines
87 B
JavaScript

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