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.0.8.1 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.7.0 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.44 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.43 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.42 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.41 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.40 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.39 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.38 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.37 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.36 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.35 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.34 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.33 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.32 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.31 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.30 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.29 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.28 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.6.27 tracks/factor/exercises/hello-world/hello-world-tests.factor