!752 p { // Code to run on the phone spontaneously S src = [[ static O run() { ret 1 + 2; } ]]; S answer = quickRunOnPhone(src); print(answer); }