| 97 | ----------------------------------------------------------------- */ |
| 98 | |
| 99 | test make_placeholder_test(agent* thisAgent, char first_letter) |
| 100 | { |
| 101 | Symbol* new_var = make_placeholder_var(thisAgent, first_letter); |
| 102 | return make_equality_test_without_adding_reference(new_var); |
| 103 | } |
| 104 | |
| 105 | /* ----------------------------------------------------------------- |
| 106 | Substituting Real Variables for Placeholders |
no test coverage detected