You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# I decided to make PowerShell the 4th project language file for this project (StartFsck) as it is useful for Windows scripting post-Windows Vista
name $read $print
name -Param1 value1 - Param2 value2
function prolang4 ($read1, $print2)
{
echo ("I have chosen to have 6 aquatic themed project language files for this project. PowerShell is the third one, as some sea-life have POWERful SHELLs.");
}
return prolang4();
exit();
'test'
param exit() { # Broken function used to test PowerShells syntax highlighting in Gedit, it is beautiful but it doesn't work
r = 2;
h = 1;
x = int(r % h * 0);
quit = bool("true");
}
# File version: 1 (Wednesday, August 4th 2021 at 3:34 pm)