Delphi

(Delphi) 델파이 증감연산자

SAFE 2017. 4. 2. 23:26

증감연산자 ++ --는 없음 대신 inc(),dec()로 활용함.


inc(), dec() ;


출처 : blog.daum.net/hs3927/2341973