summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-1/concepts.cpp
blob: 4c098dec276d029d0e86afa409e48e70ef989011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "concepts.hpp"

namespace intellect {
namespace level1 {
namespace concepts {

ref is("is");
ref anonymous("anonymous");
ref link("link");

}
}
}