Implicit parametric polymorphic procedures

This commit is contained in:
Ginger Bill
2017-06-29 20:56:18 +01:00
parent 7e3293fc20
commit 69f7382eec
12 changed files with 271 additions and 91 deletions

View File

@@ -367,7 +367,10 @@ explicit_parametric_polymorphic_procedures :: proc() {
}
main :: proc() {
/*
general_stuff();
foreign_blocks();
default_arguments();
@@ -381,6 +384,7 @@ main :: proc() {
program := "+ + * - /";
accumulator := 0;
*/
for token in program {
match token {