From 00f525c80f8a7785852092af246b28fe8fac1893 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 13 May 2021 19:48:10 -0400 Subject: add ex088 async 5 await --- patches/patches/088_async5.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/088_async5.patch (limited to 'patches') diff --git a/patches/patches/088_async5.patch b/patches/patches/088_async5.patch new file mode 100644 index 0000000..7ce4fc6 --- /dev/null +++ b/patches/patches/088_async5.patch @@ -0,0 +1,4 @@ +39c39 +< var value = ??? +--- +> var value = await myframe; -- cgit v1.2.3-ZIG