shithub: trueawk

ref: b1d9d2818b21df8234d305b91d2c8e21bea78b6b
dir: /bugs-fixed/numeric-rs.awk/

View raw version
BEGIN {
	RS = 1;
	while ("echo a1b1c1d" | getline > 0) {
		print $1;
	}
}