Created
September 15, 2013 06:10
-
-
Save ThomasLocke/6568413 to your computer and use it in GitHub Desktop.
Using the Ada Web Server (AWS), part 2 - snippet 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| procedure Append (T : in out Tag; Value : String); | |
| procedure Append (T : in out Tag; Value : Character); | |
| procedure Append (T : in out Tag; Value : Boolean); | |
| procedure Append (T : in out Tag; Value : Unbounded_String); | |
| procedure Append (T : in out Tag; Value : Integer); | |
| procedure Append (T : in out Tag; Value : Tag); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment