# Outcome is not showing in Julia when I use 'function' command 

**URL:** https://discourse.julialang.org/t/outcome-is-not-showing-in-julia-when-i-use-function-command/19434
**Category:** New to Julia
**Created:** [January 9, 2019, 3:48pm UTC](https://discourse.julialang.org/t/outcome-is-not-showing-in-julia-when-i-use-function-command/19434 "2019-01-09T15:48:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Lucy929](https://avatars.discourse-cdn.com/v4/letter/l/f04885/32.png) [@Lucy929](https://discourse.julialang.org/u/Lucy929)
#### Post date: [January 9, 2019, 3:48pm UTC](https://discourse.julialang.org/t/outcome-is-not-showing-in-julia-when-i-use-function-command/19434/1 "2019-01-09T15:48:42Z")

</div>

![aa](https://global.discourse-cdn.com/julialang/original/3X/4/3/43c0c0e5b712ecf9f82f9cc89a2713440f3b3ada.jpeg)

If I use ‘print’ command, ‘hello world’ is showing in Julia.  
But, use ‘function’ command to calculate sphere volume, nothing happens in Julia.  
Could you tell me what would be wrong? (I just used copy and paste example from web.)

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [January 9, 2019, 3:50pm UTC](https://discourse.julialang.org/t/outcome-is-not-showing-in-julia-when-i-use-function-command/19434/2 "2019-01-09T15:50:37Z")

</div>

Nothing is wrong. Juno shows things like function declaration and values where you execute it (the little box under the function).

---

<div class="post-metadata">

### Author: ![Lucy929](https://avatars.discourse-cdn.com/v4/letter/l/f04885/32.png) [@Lucy929](https://discourse.julialang.org/u/Lucy929)
#### Post date: [January 9, 2019, 3:59pm UTC](https://discourse.julialang.org/t/outcome-is-not-showing-in-julia-when-i-use-function-command/19434/3 "2019-01-09T15:59:41Z")

</div>

Okay, I got it. Thank you!!
