Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

if c#

bool condition = true;
if(condition)
  var t = "The condition its true";
else
  var f = "The condition its false";

// We dont need to use the '{' because it's just 1 change 
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
2+9 =