コード例 #1
0
ファイル: Tape.hpp プロジェクト: jellysheep/mutablecode
		char read() const
		{
			return current->toChar();
		}