_ = {
	121
	121.2323
	121.2323e-1
	121.2323e13434
	2323E34
	0x12323

	0xfF2323
	0xabcdef
	0xABCDEF
	0x123p-123
	0xABCP+321
	0x.1p-111
	0xA_B_CP-3_2_1

	.2323
	.2323e-1
	.2323e13434


	1LL
	1ULL
	9332LL
	9332
	0x2aLL
	0x2aULL

	1_000_000.000_000_1
	1_234e567_8
	1_234E-567_8
	0xDE_AD_BE_EF

	[[ hello world ]]

	[=[ hello world ]=]
	[====[ hello world ]====]

	"another world"

	'what world'


	"
	hello world
	"

	'yeah
	what is going on
	here is something cool'

}
nil