script starts with @Echo
REM
cmd script
script starts with #_____ script
While ($true) {
Powershell script
Script starts with ‘______ script
Do until
Virtual Basic script
Script starts with #!/bin/bash
shell script
#FlipFlop Script
FLIPFLOP = 0
while FLIPFLOP < 2:
if FLIPFLOP == 0:
print ("Zero")
FLIPFLOP = 1
else:
print ("one')
FLIPFLOP = 0Example of python script
Script usually starts with // at the beginning
example of javaScript