From ac45d8d6ba5e3d6e966fd182e89ea9d837ab252a Mon Sep 17 00:00:00 2001 From: bovlb <31326650+bovlb@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:50:11 -0700 Subject: [PATCH] Link WPILIB page --- commands/lambda.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/lambda.md b/commands/lambda.md index c1fc829..5bc180a 100644 --- a/commands/lambda.md +++ b/commands/lambda.md @@ -208,3 +208,7 @@ It has a `call()` method that returns a value of some type. `Callable`s are used when expecting a new result each time (like an anonymous factory), when the work involves things that might throw (like file or network input/output), or when passing function references between threads. These are not much used in FRC programming. + +## See also + +* [Functions as Data](https://docs.wpilib.org/en/stable/docs/software/basic-programming/functions-as-data.html) \ No newline at end of file