Open Pharmhaus-2 opened 5 years ago
Original Author: blitz-research
Class A ' Method New() ' Print "OOPS!" ' End Method New( test:String="Test" ) Print "A.New test="+test End End Class B Extends A End Function Main() Local b:=New B d
Original Author: blitz-research