Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
0
Please
log in
to post a comment.
1d array as 4d with easy reshaping
Dynamic Dispatching with dynamic allocation
Bc130400116
Dynamic Dispatching with no dynamic allocation
Ada nested lexical scope
ordenar.adb
plop
Overloaded Ada
Dynamic Dispatching
susuma_dos_enteros.adb
Please log in to post a comment.