Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

{} is this used for code blcoks in c#

/* code blocks are the lines of code between {} */
// for example
if (1==1) 
{
  Console.WriteLine("fact"); }
// the code block would be Console.WriteLine("fact"); not sure if {} is 
// included in it.
/* off topic but turns out I did typo in search oops well will copy paste this 
the correct spelling search */
 
PREVIOUS NEXT
Tagged: #code #blcoks
ADD COMMENT
Topic
Name
2+6 =