// APRLL Interpreter 0.1.2.92
// Copyright © Autosam Corporation 2020. All rights reserved.
// This is a sample program showcasing various functionalities of the language.
Main{
string a = Hello World!
string result
inputbox(Title,[a].do(strTrim)',' please enter your name:,result)
mout(Hello [result].do(ToUppercase), Enjoy using APRLL!\r)
char b=[result]
if([b]==A){
	alertbox(Wow!,A in [result] stands for aprll.do(ToUppercase)!\r)
	int random
	random(1,[result].do(Length),random)
	if([random]==[result].do(length))
	{mout(EASTER EGG!\r)}
}
}