Skip to content

Instantly share code, notes, and snippets.

@cari-lynn
Created May 7, 2021 23:55
Show Gist options
  • Save cari-lynn/66699b6c7e759947fabb55c261d15fb9 to your computer and use it in GitHub Desktop.
Save cari-lynn/66699b6c7e759947fabb55c261d15fb9 to your computer and use it in GitHub Desktop.
Starlark multi line string
(@ load("funcs.star", "func1") @)
(@= func1() @)
#@ load("funcs.star", "func1")
thing: #@ func1()
def func1():
return '''hello there
this is a
muli line string'''
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment