runtime error - Free Pascal wiki
runtime error - Free Pascal wiki
│ English (en) │ suomi (fi) │ A run-time error is an irreparable error condition that arises during the run-time, i.e. the execution of a program. Behavior The FPC inserts code to detect a vast number of error situations. If such a situation is enc
wiki.freepascal.org
uses sysutils;
하고 try 로 잡으면 된다.
'Programming' 카테고리의 다른 글
(F#) 스크립트 실행하기 (0) | 2021.05.12 |
---|---|
(F#) 비동기 프로그래밍 (0) | 2021.05.12 |
SBCL 에 대한 실망 (0) | 2021.04.05 |
How to convert string to int in C#? (0) | 2021.04.05 |
Common Lisp을 위한 정규표현식 (0) | 2021.03.30 |