vtm/quelldatein/aufbau/symbol.ts

12 lines
122 B
TypeScript
Raw Normal View History

2017-11-08 11:30:34 +01:00
module mod_vtm_aufbau
{
/**
* @author kcf <vidofnir@folksprak.org>
*/
export type typ_symbol = int;
}