Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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
1+6 =