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

namespace intellect {
namespace level1 {
namespace concepts {

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

}
}
}