fork download
  1. public Void displayme(String a, Integer b, String c)
  2. {
  3. System.debug(b);
  4. System.debug(a);
  5. }
  6.  
  7. displayme('arjun', 3, 'test');
Success #stdin #stdout #stderr 0.01s 10012KB
stdin
Standard input is empty
stdout
Object: nil error: did not understand #Void
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #Void (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
Object: String error: did not understand #a
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
String class(Object)>>doesNotUnderstand: #a (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
stderr
./prog:3: parse error, expected '}'