function printLoop(text): while True: println(text) if __name__ == "__main__": printLoop("Hello")