Sha256: 53245c29db0ed0cfb4624d7246d688c62268bdcc736a84bd976855395b035f32

Contents?: true

Size: 375 Bytes

Versions: 182

Compression:

Stored size: 375 Bytes

Contents

USING: hello-world tools.test ;
IN: hello-world.tests

! There are no variadic functions in Factor, due to the nature of the stack.
! Usually, if you need var args, use an array. Here, we'll just use an empty string.
{ "Hello, World!" } [ ""      hello-name ] unit-test
{ "Hello, Alice!" } [ "Alice" hello-name ] unit-test
{ "Hello, Bob!"   } [ "Bob"   hello-name ] unit-test

Version data entries

182 entries across 182 versions & 1 rubygems

Version Path
trackler-2.1.0.26 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.25 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.24 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.23 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.22 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.21 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.20 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.19 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.18 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.17 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.16 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.15 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.14 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.13 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.12 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.11 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.10 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.9 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.8 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.1.0.7 tracks/factor/exercises/hello-world/hello-world-tests.factor