1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-02-04 10:54:05 +08:00
Files
archbase/materials/chapter2/if_else.c
2021-10-27 19:14:51 +08:00

6 lines
52 B
C

if (cond_exp)
then_statement
else
else_statement