Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nested ADA code, same procedure name
-- Source: https://piazza.com/class/k4bfup1fvw870n?cid=160 With Ada.Text_IO; procedure Main is procedure writeln(s : string) is begin Ada.Text_IO.Put_Line(s); end; procedure Test is procedure Test is begin writeln("Inner Test"); end; begin Test; writeln("Outer Test"); end; begin Test; end Main;
run
|
edit
|
history
|
help
1
ordenar.adb
Controlled types (temporary anonymous objects)
Bc130400116
Dynamic Dispatching
function calling using pointers
Normal Random Numbers
ada rocks!
Stack (Using Tasking)
macro-like function
Ada Dimentional System