sample_collection.hsp

sample\basic\sample_collection.hsp » Plain Format

	#include "iron_collection.hsp"
	stack_push 10 : stack_push 20 : stack_push 30
	mes "pop=" + stack_pop()
	mes "peek=" + stack_peek()
	mes "size=" + stack_size()