파스칼 (프로그래밍 언어): 두 판 사이의 차이

내용 삭제됨 내용 추가됨
편집 요약 없음
→‎콘솔 입출력: 오타수정
56번째 줄:
Write('Please give your name: ');
Readln(Name); { Readln reads the string printed on the screen }
WriteLn('Hello ', Name);
END.
</source>