Hello World Example by Giancarlo Dimalanta

PHOTO EMBED

Wed Jun 26 2024 22:08:04 GMT+0000 (Coordinated Universal Time)

Saved by @nouhad #mel

global proc superPerson (string $adj, string $noun, string $eyeCol) 
{ 
  print ("Hello "+ $adj +" "+ $noun +"!\n");
  print "Welcome to the database of Supers, please allow a retina scan for verification\n";
  print("\n...");
  print ("\n\n...");
  print ("\n\n...verification complete...\n");
  print ("\n Access granted, your "+$eyeCol+" eyes look lovely today, "+$adj+" "+$noun+"!");
} 
superPerson ("Vermillion", "Prison", "blue"); 
content_copyCOPY