📄 code_array.ans.fdc
字号:
find "Surface Area of the Wing =" ignore
read SurfArea
provide $SurfArea
CrossSection[20]
if ( $SurfArea <= 300 ) {
find "Areas" ignore
moveto $Line_Start
moveto line + 2
for ( i = 1 ; $i <= 10 ; i = $i + 1) {
read CrossSection[$i]
}
provide $CrossSection
}
moveto $File_Start
find "Aspect Ratio of the Wing =" ignore
read AR
provide $AR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -