Advertisement
KodingKid

Using C# operators to make an infinite print script loop

Apr 13th, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. x = 4
  2. y = 11
  3. if
  4.     x < y
  5.     Console.WriteLine("Spam")
  6.     //Spam is spammed - see what I did there - seriously though it is just an infinite loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement