Home › HSP Version › Sample - basic › sample_faker.hsp
OHDL
sample\basic\sample_faker.hsp » Plain Format
#include "iron_str2.hsp" #include "iron_faker.hsp" repeat 5 mes fake_name() + " | " + fake_email() + " | " + fake_phone() loop