function test_func(){//Do some things here$Value = "Result in here"echo $value;} test_func();
System.out.println("Hello World!");