Hi Everybody,
Many thanks for making HAC, I found it very good and portable to give to my students.
What I will like to do is to use the Ada standard directives like with, package:, etc...
e.g. with Ada.Text_IO; use Ada_Text_IO; and so on....
My students are young learners (Age 15-18yr), new to Ada so it is important to teach the standard methods and programming fundamentals, etc...
HAC won't compile the code below:
with Ada.Text_IO;
procedure Greet is
begin
-- Print "Hello, World!" to the screen
Ada.Text_IO.Put_Line ("Hello, World!");
Ada.Text_IO.Put_Line("We love Hac Compiler for its compact size")
end Greet;
Is there are any way around doing this with HAC?
Many thanks!
Hear from you soon!
God blesses!!!
Best regards,
Sanyaade
Hi Everybody,
Many thanks for making HAC, I found it very good and portable to give to my students.
What I will like to do is to use the Ada standard directives like with, package:, etc...
e.g. with Ada.Text_IO; use Ada_Text_IO; and so on....
My students are young learners (Age 15-18yr), new to Ada so it is important to teach the standard methods and programming fundamentals, etc...
HAC won't compile the code below:
with Ada.Text_IO;
procedure Greet is
begin
-- Print "Hello, World!" to the screen
Ada.Text_IO.Put_Line ("Hello, World!");
Ada.Text_IO.Put_Line("We love Hac Compiler for its compact size")
end Greet;
Is there are any way around doing this with HAC?
Many thanks!
Hear from you soon!
God blesses!!!
Best regards,
Sanyaade