DEFINE_GLOBAL int zaeve 0
DEFINE_GLOBAL int ok 0
DEFINE_GLOBAL int check_last 0
DEFINE_GLOBAL int Gmsg 0
Define int temp_spr1 0
Define string Man_name "Manor Manager"
Define int dyst_man 0
///////////////////////
if SED_ID.count != ILO.count
PRINT_TEXT " Data corrupt ! - Stopped"
Jump_to_label koni
else
if SED_ID.count != MAN.count
PRINT_TEXT " Data corrupt ! - Stopped "
Jump_to_label koni
ENDIF
이런식이면 비주얼베이직이야?
자바야?
DEFINE_GLOBAL int ok 0
DEFINE_GLOBAL int check_last 0
DEFINE_GLOBAL int Gmsg 0
Define int temp_spr1 0
Define string Man_name "Manor Manager"
Define int dyst_man 0
///////////////////////
if SED_ID.count != ILO.count
PRINT_TEXT " Data corrupt ! - Stopped"
Jump_to_label koni
else
if SED_ID.count != MAN.count
PRINT_TEXT " Data corrupt ! - Stopped "
Jump_to_label koni
ENDIF
이런식이면 비주얼베이직이야?
자바야?
자바는 확실히 아니고, 비베는 내가 안해봐서 모르겠지만 대충 맞는듯?
C언어인데..전처리기 부분. DEFINE_GLOBAL은 typedef를 통해 이름을 바꾼것일뿐.
c언어는 if문 처리를 저렇게안함..
HDL 비슷하기도 한데 잘 모르겠다.
언어 수준보니깐 비베정도 되보이는데 ?