📄 adastate.ada
字号:
--Getting Started Ada Script
--The purpose of this script is to generate an Ada package
--generated from a state transition diagram
--Created by Richard Felsinger, RCF Associates, 960 Scottland Dr
--Mt Pleasant, SC 29464 e-mail 71162,755@compuserve.com
--1-803-881-3648
----------------------------------------------------------------------------------
with text_io; use text_io;
with Controls; use Controls;
procedure adastate is
a_controller : Controller;
begin
--update to invoke a_controller.process(turnOn) a_controller.process(turnOff)
Text_io.Put ("This is a test of generated Ada from a state diagram.");
end adastate;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -